home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEX-UTIL / DVIPS_55 / dvips / config / ps < prev   
Text File  |  1994-05-08  |  1KB  |  63 lines

  1. *
  2. *   See config.lino for more info.
  3. *   With a virtual machine, we can claim 1M of memory.
  4. *
  5. m 1000000
  6. *
  7. *   And send output by default to the printer.
  8. *
  9. *
  10. *   Default resolution.
  11. *
  12. D 300
  13. *
  14. *   Last resort sizes.
  15. *
  16. R 100 120 144 300 360 400 432 480
  17. *
  18. *   Paper size information.  First definition is the default.
  19. *
  20. *   If your default is a4 uncomment the following definition
  21. *   and comment out the letterSize definition.
  22. *
  23. @ A4size 210mm 297mm
  24. *@+ %%PaperSize: A4
  25.  
  26. *@ letterSize 8.5in 11in
  27.  
  28. @ letter 8.5in 11in
  29. @+ %%BeginPaperSize: Letter
  30. @+ letter
  31. @+ %%EndPaperSize
  32.  
  33. @ legal 8.5in 14in
  34. @+ ! %%DocumentPaperSizes: Legal
  35. @+ %%BeginPaperSize: Legal
  36. @+ legal
  37. @+ %%EndPaperSize
  38.  
  39. @ ledger 17in 11in
  40. @+ ! %%DocumentPaperSizes: Ledger
  41. @+ %%BeginPaperSize: Ledger
  42. @+ ledger
  43. @+ %%EndPaperSize
  44.  
  45. @ tabloid 11in 17in
  46. @+ ! %%DocumentPaperSizes: Tabloid
  47. @+ %%BeginPaperSize: Tabloid
  48. @+ 11x17
  49. @+ %%EndPaperSize
  50.  
  51. @ A4 210mm 297mm
  52. @+ ! %%DocumentPaperSizes: A4
  53. @+ %%BeginPaperSize: A4
  54. @+ a4
  55. @+ %%EndPaperSize
  56.  
  57. @ A3 297mm 420mm
  58. @+ ! %%DocumentPaperSizes: A3
  59. @+ %%BeginPaperSize: A3
  60. @+ a3
  61. @+ %%EndPaperSize
  62.